home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 104 / MacAddict_104_2005-04.iso / Software / Utilities / iClip 3.5 shareware.dmg / iClip.app / Contents / Resources / iClip Help / Shared / Chapter.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-01-26  |  1023 b   |  79 lines

  1. /* <html><head><meta name="robots" content="noindex"></head></html> */
  2.  
  3. body
  4. {
  5.     background-color: white;
  6.     margin: 1em;
  7.     font-family: Optima;
  8.     font-size: 12pt;
  9.     color: #444444;
  10. }
  11.  
  12. h1
  13. {
  14.     padding-bottom: 12pt;
  15.     font-family: "Helvetica Neue";
  16.     font-weight: bold;
  17.     font-size: 32pt;
  18.     background-image: url(TitleRule.png);
  19.     background-position: bottom;
  20.     background-repeat: repeat-x;
  21. }
  22.  
  23. h2
  24. {
  25.     font-family: "Helvetica Neue";
  26.     font-weight: bold;
  27.     font-size: 20pt;
  28.     margin-top: 40px;
  29.     margin-bottom: -6px;
  30.     clear: both;
  31. }
  32.  
  33. h3
  34. {
  35.     font-family: "Helvetica Neue";
  36.     font-weight: bold;
  37.     font-size: 14pt;
  38.     margin-top: 32px;
  39.     margin-bottom: -12px;
  40.     clear: both;
  41. }
  42.  
  43. b
  44. {
  45.     font-family: "Helvetica Neue";
  46.     font-weight: bold;
  47. }
  48.  
  49. div.figure
  50. {
  51.     text-align: left;
  52.     padding-bottom: 1em;
  53. }
  54.  
  55. div.figure p
  56. {
  57.     margin-bottom: -12px;
  58. }
  59.  
  60. div.figureRight
  61. {
  62.     float: right;
  63.     clear: right;
  64.     padding-top: 0;
  65.     padding-right: 0;
  66.     padding-left: 1em;
  67.     padding-bottom: 1em;
  68.     text-align: right;
  69. }
  70.  
  71. div.figureRight p
  72. {
  73.     margin-bottom: -12px;
  74. }
  75.  
  76. .QA
  77. {
  78.     font-size: 18pt;
  79. }